Gets all child folder definitions of selected folder by ID or Qualified Name. If no parameters are specified, then the root folder will be returned.
Get | Folder_GetFoldersByParent |
Resource Path: /api/folder/children
Uri: http://doc.jamsscheduler.com/api/folder/children
Name | Description | Data Type |
---|---|---|
id | ID of the parent folder. | integer |
qualifiedName | Qualified name of parent folder | string |
The response body is of type Array[Folder].
OK